home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / mailx4 / xpenmsg.df_ / xpenmsg.df / xpenmsg.txt
Encoding:
Text File  |  1996-09-15  |  4.2 KB  |  225 lines

  1. object MsgForm: TMsgForm
  2.   Left = 223
  3.   Top = 231
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Message'
  7.   ClientHeight = 296
  8.   ClientWidth = 427
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   PixelsPerInch = 96
  15.   Position = poDefaultPosOnly
  16.   Visible = True
  17.   OnClose = FormClose
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 64
  22.     Width = 48
  23.     Height = 16
  24.     Caption = 'Subject:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 96
  29.     Width = 56
  30.     Height = 16
  31.     Caption = 'NoteText:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 160
  36.     Width = 78
  37.     Height = 16
  38.     Caption = 'Attachments:'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 224
  42.     Top = 160
  43.     Width = 60
  44.     Height = 16
  45.     Caption = 'Originator:'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 16
  49.     Top = 240
  50.     Width = 73
  51.     Height = 16
  52.     Caption = 'Message ID:'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 16
  56.     Top = 200
  57.     Width = 32
  58.     Height = 16
  59.     Caption = 'Time:'
  60.   end
  61.   object Panel1: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 427
  65.     Height = 41
  66.     Align = alTop
  67.     TabOrder = 0
  68.     object btnHide: TButton
  69.       Left = 8
  70.       Top = 8
  71.       Width = 73
  72.       Height = 25
  73.       Hint = 'Close your Current Message'
  74.       Caption = 'Hide'
  75.       ParentShowHint = False
  76.       ShowHint = True
  77.       TabOrder = 0
  78.       OnClick = btnHideClick
  79.     end
  80.     object btnReply: TButton
  81.       Left = 96
  82.       Top = 8
  83.       Width = 73
  84.       Height = 25
  85.       Hint = 'Reply your Current Message'
  86.       Caption = 'Reply'
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       TabOrder = 1
  90.       OnClick = btnReplyClick
  91.     end
  92.     object btnForward: TButton
  93.       Left = 184
  94.       Top = 8
  95.       Width = 73
  96.       Height = 25
  97.       Hint = 'Forward your current message'
  98.       Caption = 'Forward'
  99.       ParentShowHint = False
  100.       ShowHint = True
  101.       TabOrder = 2
  102.       OnClick = btnForwardClick
  103.     end
  104.     object btnSend: TButton
  105.       Left = 272
  106.       Top = 8
  107.       Width = 73
  108.       Height = 25
  109.       Hint = 'Send a new message'
  110.       Caption = 'Send'
  111.       ParentShowHint = False
  112.       ShowHint = True
  113.       TabOrder = 3
  114.       OnClick = btnSendClick
  115.     end
  116.   end
  117.   object szSubject: TEdit
  118.     Left = 72
  119.     Top = 56
  120.     Width = 337
  121.     Height = 24
  122.     Hint = 'Message Subject'
  123.     ParentShowHint = False
  124.     ShowHint = True
  125.     TabOrder = 1
  126.   end
  127.   object szNoteText: TMemo
  128.     Left = 72
  129.     Top = 96
  130.     Width = 337
  131.     Height = 41
  132.     Hint = 'Message Note Part'
  133.     ParentShowHint = False
  134.     ShowHint = True
  135.     TabOrder = 2
  136.   end
  137.   object szAttachList: TComboBox
  138.     Left = 104
  139.     Top = 160
  140.     Width = 113
  141.     Height = 24
  142.     Hint = 'File Attachment'
  143.     ItemHeight = 16
  144.     ParentShowHint = False
  145.     ShowHint = True
  146.     TabOrder = 3
  147.   end
  148.   object szOriginator: TEdit
  149.     Left = 296
  150.     Top = 160
  151.     Width = 113
  152.     Height = 24
  153.     Hint = 'Originator'
  154.     ParentShowHint = False
  155.     ShowHint = True
  156.     TabOrder = 4
  157.   end
  158.   object szMessageID: TEdit
  159.     Left = 104
  160.     Top = 240
  161.     Width = 305
  162.     Height = 24
  163.     Hint = 'Message ID'
  164.     ParentShowHint = False
  165.     ShowHint = True
  166.     TabOrder = 5
  167.   end
  168.   object szTime: TEdit
  169.     Left = 104
  170.     Top = 200
  171.     Width = 305
  172.     Height = 24
  173.     Hint = 'Time received'
  174.     ParentShowHint = False
  175.     ShowHint = True
  176.     TabOrder = 6
  177.   end
  178.   object MForm1: TMForm
  179.     Left = 8
  180.     Top = 272
  181.     Width = 233
  182.     Height = 17
  183.     MXFormName = 'FormTag2'
  184.   end
  185.   object MMsg1: TMMsg
  186.     Left = 8
  187.     Top = 112
  188.     Width = 28
  189.     Height = 28
  190.     SortMsg = True
  191.     UnreadOnly = False
  192.     TimeFormat = '%m/%d/%y'
  193.     EnvelopeOnly = False
  194.     MarkAsRead = True
  195.     SuppressAttach = True
  196.     BodyAsFile = False
  197.     WorkingMsg = 0
  198.     DisplaySendDialog = True
  199.     DisplayErrors = True
  200.     BindString = 'FormTag3.MSess1'
  201.   end
  202.   object MReci1: TMReci
  203.     Left = 344
  204.     Top = 264
  205.     Width = 28
  206.     Height = 28
  207.     FetchType = 0
  208.     DetailModifiable = True
  209.     AddressEditNum = 3
  210.     ResolveDialog = True
  211.     AddRecipientClass = 1
  212.     DisplayErrors = True
  213.     BindString = 'MMsg1'
  214.   end
  215.   object MFile1: TMFile
  216.     Left = 384
  217.     Top = 264
  218.     Width = 28
  219.     Height = 28
  220.     DisplayDialog = True
  221.     DisplayErrors = True
  222.     BindString = 'MMsg1'
  223.   end
  224. end
  225.